home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / unzip42.zip / CONTENTS < prev    next >
Text File  |  1992-03-20  |  5KB  |  83 lines

  1. Contents of the UnZip 4.2 main archive (the "sub-archives" may be .arc
  2. or .tar.Z instead of .zip, or even sub-directories):
  3.  
  4.   Contents    this file
  5.   README    what UnZip is; general information (was unzip##.descr)
  6.   History.420    new features and fixes in this release
  7.   ZipRules    Info-ZIP guidelines on (code) contributions to the cause
  8.   BUGS        known bugs, problems, and (possible) features to be added
  9.   unzip.1    UnZip manual page, nroff format
  10.   unzip.man    UnZip manual page, human-readable format
  11.   zipinfo.1    ZipInfo manual page, nroff format
  12.   zipinfo.man    ZipInfo manual page, human-readable format
  13.   CONTRIBS    list of contributors to UnZip
  14.   COPYING    copyrights and distribution policy
  15.   crypt.c       NOT INCLUDED:  see notes below
  16.   extract.c    high-level extraction and decryption code (required)
  17.   file_io.c    file manipulation and password code (required)
  18.   mapname.c    code to map filenames between different OS's (required)
  19.   match.c    pattern-matching code for filename wildcards (required*)
  20.   misc.c    various support routines (required*)
  21.   ship.c    utility to encode/split/e-mail binary files (useful/optional)
  22.   unimplod.c    code for unImploding (required)
  23.   unreduce.c    code for unReducing (required)
  24.   unshrink.c    code for unShrinking (required)
  25.   unzip.c    main UnZip driver code (required)
  26.   unzip.h    main UnZip header file (required*)
  27.   zip.h        header for using crypt.c with UnZip (required for decryption)
  28.   zipinfo.c    zipfile information utility (useful, but optional)
  29.   Makefile    main Unix and OS/2 makefile for export version (required)
  30.   Makefile.cr     main Unix and OS/2 makefile for decryption version (see below)
  31.   AMIGA.zip    support files for compiling on Amiga (LF)
  32.   ATARI.zip    support files for compiling v4.1 on Atari ST (CR LF)
  33.   MAC.zip    support files for compiling on Macintosh (LF)
  34.   MSDOS.zip    support files for compiling under MS-DOS (CR LF)
  35.   OS2.zip    support files for compiling under OS/2 (CR LF)
  36.   VMS.zip    support files for compiling under VMS (LF)
  37.   cray.dif      patch to crypt.c 1.0 (8 Nov 91) to fix bug on 64-bit/Cray
  38.  
  39. Files marked "required*" are also needed to compile ZipInfo.  There are
  40. Unix, OS/2 and MS-DOS targets to make ZipInfo near the bottom of Makefile
  41. (zipinfo, zi_dos, zi_os2, zi_gcc, zi_icc).  The sub-archives are marked
  42. either "CR LF" or "LF" to indicate the line-endings format of the contained
  43. text files.
  44.  
  45. The file ship.c is the stand-alone source file for the ship utility, a 
  46. program for ASCII-encoding, splitting, e-mailing, and decoding binaries
  47. (similar to uuencode/uudecode but far more useful).  This is the preferred
  48. format for sending/receiving zipfiles to and from zip-bugs and Info-ZIP.
  49. Instructions on how to use it are included in the comments near the top
  50. of ship.c, and there are Unix, OS/2 and DOS makefile targets in Makefile
  51. (sorry, we haven't got this fully integrated into all the other sub-
  52. archives).  Ship is more fully supported in the Zip distribution; if
  53. you've already got it from there, you don't need to make it again.
  54.  
  55. The Atari ST support is in the form of patches against UnZip 4.1; there
  56. are more details in the ATARI sub-archive Contents file.  Amiga support
  57. has not been tested since version 4.1 or earlier (the makefiles, however,
  58. have been updated to reflect the new code structure, and any changes
  59. required shouldn't be TOO extensive; maybe--dare we say it?--none...).
  60.  
  61. Encryption and decryption code for both Zip and UnZip (the only file
  62. required for UnZip is crypt.c) is available from the following sites
  63. (the filenames may differ slightly, if later versions become available):
  64.    
  65.    From the US:
  66.       pit-manager.mit.edu:/pub/zip/crypt/zipcrypt.shar
  67.          (mail server at mail-server@pit-manager.mit.edu)
  68.       wuarchive.wustl.edu:/mirrors3/garbo.uwasa.fi/arcutil/zcrypt10.zip
  69.    Outside the US:
  70.       garbo.uwasa.fi:/pc/arcutil/zcrypt10.zip
  71.       ftp.win.tue.nl:/pub/compression/zip/zcrypt10.zip
  72.       ftp.inria.fr:/system/arch-compr/zcrypt10.zip
  73.       ftp.informatik.tu-muenchen.de:/pub/utils/archiver/zcrypt10.zip
  74.          (mail server at ftp-mailer@ftp.informatik.tu-muenchen.de)
  75.  
  76. Non-US users, please do NOT ftp from the US site (US regulations and
  77. all that).  Likewise, US users, please do not ftp from the European
  78. sites (it's not illegal, but it sure is a waste of expensive bandwidth).
  79. If someone repackages zipcrypt.shar or zcrypt10.zip as a VMS .share
  80. file and places it on a VMS archive site somewhere, please let us know
  81. (send e-mail to zip-bugs at the address listed in README).  Likewise 
  82. for Mac- or Atari-specific formats (or any others).
  83.